home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_1
/
cwtoy
/
src
/
makefile
< prev
Wrap
Makefile
|
1991-07-20
|
375b
|
15 lines
cwtoy: cwtoy.o audiotools2.o consolestuff.o
ln -g -o CWToy audiotools2.o consolestuff.o cwtoy.o -lm32 -lc32
cwtoy.o: cwtoy.c include.pre
cc -n +L +Iinclude.pre cwtoy.c
audiotools2.o: audiotools2.c
cc -n +L audiotools2.c
consolestuff.o: consolestuff.c include.pre
cc -n +L +Iinclude.pre consolestuff.c
include.pre: cwtoy.h makefile
cc -n +L +Hinclude.pre cwtoy.h